scrollable: Clarify when to set adjustment props
authorIvan Molodetskikh <yalterz@gmail.com>
Mon, 11 Apr 2022 07:31:52 +0000 (10:31 +0300)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 21 Apr 2022 23:24:52 +0000 (19:24 -0400)
commit8f2be7e840644464c1efbf395c5231582c6f6914
treedd0795cb90eef4215516a6c700205916c50c42de
parent14772602a012e843fe319efa97037891a9cbdae0
scrollable: Clarify when to set adjustment props

Instead of populating the properties right away (when the widget might
not have been allocated yet, and hence cannot know the right values),
the widget should queue an allocation, where it will populate the
values.
gtk/gtkscrollable.c